home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBModem / ModemVersion.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-25  |  636 b   |  22 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ModemVersion.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1998-2000 by Apple Computer, Inc., all rights reserved.
  9.  
  10. */
  11.  
  12. #define DriverVersion    0x09                        // Legacy - says we support 230kbps
  13.  
  14. #define kVersShort        "1.0"
  15. #define kVers1Long        "1.0, © 1999 Apple Computer, Inc."
  16. #define kVers2Long        "USB Modem Driver v1.0"
  17.  
  18. #define kVMajor            1                    /* Binary Coded Decimal */
  19. #define kVMinor            (0*16)+0            /* Binary Coded Decimal, ex: .2.3 = (2*16)+3 */
  20. #define kVStage            finalStage            /* developStage, alphaStage, betaStage, finalStage */
  21. #define kVRelease        0                    /* Binary Coded Decimal */
  22.